* m/intel386.h: Define NO_ARG_ARRAY. Suggested by Dan Nicolaescu.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 28 Jan 2011 17:07:12 +0000 (12:07 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 28 Jan 2011 17:07:12 +0000 (12:07 -0500)
src/ChangeLog
src/m/intel386.h

index 14d87e5ff21eae7c82424d494f348714bda295c4..6cea5183a9c4a9aa0b171205b07f3bba7a648c7f 100644 (file)
@@ -1,3 +1,7 @@
+2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
+
+       * m/intel386.h: Define NO_ARG_ARRAY.  Suggested by Dan Nicolaescu.
+
 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
 
        * font.c (font_parse_fcname): Require GTK-style font sizes to
index cf8d90d33eb79fa50b04f349e5d9eb3895e0cab8..2909a7663bdd8d58266facc414068d355ad5dac4 100644 (file)
@@ -42,7 +42,7 @@ NOTE-END */
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
-/* #define NO_ARG_ARRAY */
+#define NO_ARG_ARRAY
 
 /* crt0.c, if it is used, should use the i386-bsd style of entry.
    with no extra dummy args.  On USG and XENIX,